<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

 .index-sp {
      display: block;
  }  
  .index-tu {
      display: none;
  }  
  
  
 @media screen and (max-width:1000px)
{
  .index-sp {
      display: none;
  }  
  .index-tu {
      display: block;
  }  
}

</pre></body></html>